//==============================================================================
// Rainfall_anim.txt
//==============================================================================

//==============================================================================
define clouds
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Rain Clouds
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
		version
			{
			Visual SFX A Rain Main
			Connect ATTACHPOINT clouds hotspot
			}
		}
	}
}
